home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Express Pd: GALORE
/
Express Pd Galore - The Amiga PD & Shareware CD (1994)(Express Pd)[!][Amiga-CD32-CDTV].iso
/
amicus
/
amicus_#1
/
abasicstuff
/
tools
/
cardfilefix.bas
< prev
next >
Wrap
BASIC Source File
|
1985-12-12
|
164b
|
9 lines
10 open "o",#3,"Index.him"
20 p$(1)="Address"
30 print#3,p$(1)
40 for j=2 to 7
50 p$(j)="Blank"+str$(j)
60 print#3,p$(j)
70 next j
80 close